.head{
    width: 100%;
    height: 100px;
    background: rgba(0, 0, 0, .6);
    border-bottom:2px solid #fff;
    position:absolute;
    top:0;
    left:0;
    z-index:10;
}

.w1180{
    max-width:1180px;
    margin:auto;
}

.head-container{
    height:100%;
    display:flex;
    justify-content:space-between;
}

.logoA{
    display:flex;
    align-items:center;
}

.logoA img{
    height:60px;
}

.head-nav{
    display:flex;
    align-items:center;
}

.nav-li{
    width:108px;
    height:100%;
}

.navA{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    color:white;
    justify-content:center;
    position: relative;
    font-size:16px;
}

.navA::after{
    width:100%;
    border-bottom:2px solid white;
    display:block;
    content:"";
    z-index:10;
    position: absolute;
    bottom: -2px;
    left:0;
}

.navA:hover::after{
    border-color:#01a2fd;
}

.navA:hover{
    color: #01a2fd;
    text-decoration: none;
}

.swiper1{
    position: relative;
}

.swiper1 img{
    display: block;
    width: 100%;
}

.w-100{
    max-width:100%;
}

.prev1{
    position: absolute;
    top:50%;
    left:3%;
    z-index:10;
    cursor: pointer;
    transition:all 0.5s;
    opacity:0;
}

.next1{
    position: absolute;
    top:50%;
    right:3%;
    z-index:10;
    cursor: pointer;
    transition:all 0.5s;
    opacity:0;
}

.page1{
    position: absolute;
    bottom:10% !important;
    left:0;
    z-index:10;
}

.swiper1:hover .prev1{
    opacity:1;
    left:4%;
}

.swiper1:hover .next1{
    opacity:1;
    right:4%;
}

.swiper1 .swiper-pagination-bullet-active{
    width:12px;
    height:12px;
    background:#000;
}

.swiper1 .swiper-pagination-bullet-active{
    background:white;
}

.search-content{
    padding:20px 0;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.serach_inp{
    width:160px;
    height:30px;
    border:1px solid #ccc;
    padding-left:10px;
}

.serach_bt{
    width:50px;
    height:32px;
    background:white;
    font-size:14px;
    display:flex;
    justify-content:center;
    align-items:center;
    border:1px solid #ccc;
    border-left:0;
    border-radius:0 5px 5px 0;
    color:#666;
}

.serach-right form{
    display:flex;
    align-items:center;
}

.about{
    width:100%;
    padding:60px 0 0 0;
}

.about-ct{
    display:flex;
    justify-content:space-between;
    margin-top: 14px;
}

.aboutl{
    color: #333333;
    font-size: 16px;
    line-height: 36px;
}

.about-detail{
    flex:1;
    margin-right:20px;
    text-align: justify;
}

.moreA a{
    width: 98px;
    height: 35px;
    border: 1px solid #cccccc;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:25px;
    color:#212529;
}

.moreA a:hover{
    color:#01a2fd;
}

.product{
    padding:40px 0 0 0;
}

.titleico{
    max-width:100%;
}

.product-ul{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:20px;
}

.productli{
    margin:0 5px;
}

.productA{
    width: 130px;
    height: 35px;
    font-size: 16px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#333;
}

.productA:hover{
    color:white;
    background:#333;
    text-decoration: none;
}

.prodlist{
    display:flex;
    flex-wrap:wrap;
}

.prodlist-li{
    width:23.73%;
    margin-right:1.6623%;
}

.prodlist-li:nth-child(4n){
    margin-right:0;
}

.prodlistA img{
    width:100%;
}

.prodlist-title{
    font-size:16px;
    color:#000;
    text-align:center;
}

.prodlist-title:hover{
    color:#0056b3;
}

.moret{
    display:flex;
    justify-content:center;
    margin-top:20px;
}

.moret a{
    width:100px;
    height:40px;
    display:flex;
    justify-content:center;
    align-items:center;
    border: 1px solid #004290;
    color:#333;
    font-size:16px;
}

.new-ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.new-li{
    width:48%;
    margin-bottom:30px;
}

.new-img{
    width:184px;
    border:1px solid #ddd;
    border-radius:5px;
    padding:0 5px;
}

.new-img img{
    width:100%;
}

.indexnewA{
    display:flex;
    justify-content:space-between;
}

.new{
    padding-bottom:20px;
}

.newr{
    flex:1;
    margin-left:20px;
}

.new-title{
    font-size:18px;
    color:#000;
}

.newdetail{
    color: #6c757d!important;
    line-height:28px;
    margin-top:10px;
    margin-bottom:10px;
    text-align: justify;
}

.new-date{
    display:flex;
    align-items:center;
}

.new-date img{
    width:fit-content;
}

.dates{
    font-size:16px;
    color:#000;
    margin-left:20px;
}

.hzhb{
    padding-bottom:45px;
}

.hzhb-ul{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.hzhb-li{
    border:1px solid #ccc;
}

.footer{
    width:100%;
    background:#2c3033;
    color:white;
}

.foot-content{
    padding:20px 0;
    display:flex;
    justify-content:space-between;
}

.foot-li{
    color: rgba(255, 255, 255, .6) !important;
    font-size:14px;
}

.footl{
    width:200px;
}

.footm{
    display:flex;
}

.footnav{
    width:120px;
    margin-right:15px;
}

.footnav:last-child{
    margin-right:0;
}

.footnav-li{
    position: relative;
}

.footnav-title{
    width:100%;
    height:50px;
    text-indent: 10px;
    color: rgba(255, 255, 255, .6);
    font-size: 16px;
    display:flex;
    align-items:center;
}

.footnav-li img{
    position: absolute;
    bottom: 0;
    left: 0;
}

.navchild-li{
    margin-top:12px;
    text-indent: 10px;
}

.navchild-li a{
    font-size: 14px;
    color: #666666 !important;
}

.navchild-li a:hover{
    color: #407aee !important;
}

.footr{
    display:flex;
    align-items:center;
}

.wx-name{
    text-align:center;
    font-size:16px;
}

.copysp{
    text-align:center;
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
}

.copys{
    background:white;
    text-align:center;
}

.copys a{
    color: #6c757d;
}

.yqlj{
    display:flex;
    align-items:center;
    color:white;
    flex-wrap:wrap;
}

.yqlj a{
    color:white;
    display:flex;
    margin:0 10px;
}

.zwf{
    height:100px;
}

.inhead{
    width:100%;
    height:100px;
    position: absolute;
    top:0;
    left:0;
    z-index:10;
}

.inhead-content{
    height:100%;
    display:flex;
    justify-content:space-between;
}

.innav-li{
    height:100%;
}

.innavA{
    width:108px;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:16px;
    color:#000;
}

.innavA:hover{
    color: white !important;
    background: #808080 !important;
}

.inpage-content{
    padding:20px 0;
}

.redirect{
    text-align:right;
    color:#000;
}

.redirect a{
    color:#000;
}

.inpagect{
    display:flex;
    justify-content:space-between;
}

.inpagel{
    width:270px;
}

.inpager{
    flex:1;
    margin-left:40px;
}

.inpage-name{
    width:100%;
    height:75px;
    background:url(../images/1.jpg) top center no-repeat;
    color: white;
    font-weight: bold;
    font-size: 18px;
    text-indent: 35px;
    display:flex;
    align-items:center;
}

.topic-li{
    width:100%;
    height:62px;
    
    margin-top:10px;
    
}

.topicA{
    width:100%;
    height:100%;
    color: rgba(0, 0, 0, .5);
    text-indent: 21px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-left: 4px solid #f2f2f2;
    border-radius: 3px;
    padding:10px;
    background-color: #f2f2f2;
    box-sizing:border-box;
}

.topicA:hover{
    color:#333;
    border-color:#28728f;
}

.inpage-title{
    width:100%;
    height:55px;
    border-bottom:1px solid #eee;
    margin-bottom:20px;
}

.inpagesp{
    height: 100%;
    display: flex;
    width: fit-content;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #28728f;
}

.inpage-detail{
    text-align: justify;
}

.inpage-detail img{
    max-width:100%;
}

.inlx{
    margin-top:100px;
}

.inlxct{
    background-color: #f2f2f2;
    text-align:center;
    padding:15px 0;
}

.inlxp{
    color: #666666;
    font-size: 12px;
}

.inlxtel{
    color: #28728f;
    font-size: 24px;
    font-weight: bold;
    margin-top:10px;
}

.cplist{
    display:flex;
    flex-wrap:wrap;
}

.cplist-li{
    width: 23.73%;
    margin-right: 1.69623%;
    margin-bottom:10px;
}

.cplist-li:nth-child(4n){
    margin-right:0;
}

.cplist-li img{
    width:100%;
}

.cplist-title{
    width:100%;
    height:38px;
    display:flex;
    justify-content:center;
    align-items:center;
    background-color: #f9f9f9;
    color:#333;
    border:1px solid #ddd;
    border-top:0;
}

.cplist-title:hover{
    background-color: #28728f;
    color:white;
}

.hzhb-content{
    display:flex;
    flex-wrap:wrap;
}

.hzhb-content p{
    width:calc(100% / 3);
    text-align:center;
}

.pageindex{
    text-align:center;
}

.newlist-li{
    display:flex;
    justify-content:space-between;
    border-bottom: 1px solid #eee;
    padding:10px 0;
}

.newlist-date{
    height: 80px;
    width: 80px;
    background-color: #c4c4c4;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 10px;
}

.newlist-date:hover{
    background:#28728f;
}

.newlist-d{
    color: white;
    font-size: 34px;
}

.newlist-ym{
    font-size: 14px;
    color: white;
}

.newlistr{
    flex:1;
    margin-left:45px;
}

.newlistA{
    height:100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.newlist-title{
    color: #212529;
    font-size:16px;
}

.newlist-ct{
    font-size:14px;
    color: #212529;
}

.newlistA:hover .newlist-title{
    color: #0056b3;
}

.newlistA:hover .newlist-ct{
    color: #0056b3;
}

.zzry-content{
    display:flex;
    flex-wrap:wrap;
    padding:0 20px;
}

.zzry-content p{
    width:30%;
    text-align:center;
    margin-right:5%;
    margin-bottom:40px;
}

.zzry-content p:nth-child(3n){
    margin-right:0;
}

.zzry-content p img{
    max-width:100%;
    border:1px solid #eee;
}

.zjsbp{
    display:flex;
    flex-wrap:wrap;
    margin-top:20px;
}

.zjsbp img{
    margin-right:45px;
    margin-bottom:35px;
}

.zjsbp img:nth-child(3n){
    margin-right:0;
}

.newdetail-top{
    border-bottom: 1px solid #dee2e6!important;
    text-align:center
}

.newdetail-top h1{
    font-size: 1.5rem;
    color:#000;
    margin-bottom:10px;
}

.newdetail-top span{
    color: #6c757d!important;
}

.newdetail-ct{
    line-height:28px;
    text-align: justify;
}

.newshow-bot{
    display: flex;
    flex-flow: column;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
}

.newshow-bot a{
    color:#000;
}

.cpdetail{
    display:flex;
    justify-content:space-between;
}

.cpdetailr{
    flex:1;
    margin-left:60px;
}

.cpdetail-title{
    border-bottom: 1px solid #dee2e6!important;
    font-size: 2rem;
    color:#000;
    padding:15px 0;
}

.cpsxp{
    display:none;
}

.cpdetail-ct{
    line-height:38px;
}

table{
    border-top: #868686 2px solid;
    border-bottom: #868686 2px solid;
    margin-top: 24px;
    margin-bottom: 5px;
    border-left: #dfdfdf 1px solid;
    border-right: #dfdfdf 1px solid;
}

td{
    border-right: #d3d3d3 1px solid;
    padding-left: 24px;
    font-size: 14px;
    border-bottom: #dfdfdf 1px dashed;
}

.scsbimg{
    display:flex;
    flex-wrap:wrap;
}

.scsbimg img{
    margin-right:45px;
    margin-top:30px;
}

.scsbimg img:nth-child(3n){
    margin-right:0;
}

.zbcx table{
    border:0;
}

.zbcx td{
    border:0;
}

.pro_contant{
    padding:20px 0;
}

.sspage-li{
    border-bottom:1px solid #ccc;
    padding:10px 0;
}

.p1{
    color:#666;
    margin-bottom:10px;
}